home *** CD-ROM | disk | FTP | other *** search
/ Champak 142 / Volume 142 Oct 17 2011 - Damaged.iso / Games / Fashion_Recall.swf / scripts / DefineButton2_466 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2011-10-17  |  79b  |  7 lines

  1. on(rollOver){
  2.    if(_currentframe < 3)
  3.    {
  4.       gotoAndStop(2);
  5.    }
  6. }
  7.